.jumbotron {
    background-image: url(Pictures&Logos/Porcupine.jpg);
    background-size:cover;
    background-attachment: fixed;
    height: 1200px;

}

#well {
    padding-top: 40px;
    color: black;
    height: 400px;
    object-position: center;
    text-align: center;
    background-color: white;
    overflow-y: scoll;
    z-index: 1;
    margin-left: auto;
    margin-right: auto;
}

#padding   {
    padding: 25px;
}

#bottomtext {
    padding: 10px;
}

#footer {
    height: 50px;
    display:grid;
}

#credits {
    padding-top: 11px;
    text-align: right;
}

a:hover {
    background-color: grey;
}